home *** CD-ROM | disk | FTP | other *** search
- C# Demo of a "FindOnPaths" tool for C#Builder
- ---------------------------------------------
-
- This example demonstrates how to search along the usual windows paths
- for some occurrence of an executable (or *.dll) file.
-
- Development topics demonstrated in this example include:
-
- 1) How to access different windows system paths.
- 2) How to search for executable and dll files along of paths.
-
-
- Compiling the demo
- ------------------
-
- Open the project group file findonpaths.bdsgroup and then build the project.
-
- Running the demo
- ----------------
-
- Run findonpaths.exe.
-
- Search after any executable or script file, e.g. those with an extension of
- ".com", ".exe", ".bat", ".cmd", ".vbs", ".vbe", ".js", ".jse", ".wsf",".wsh"
- (files with an ".dll" extension will be found too).
-
-
- Valentino Kyriakides
-